3.1630 \(\int \frac{(2+3 x)^5 (3+5 x)^2}{(1-2 x)^3} \, dx\)

Optimal. Leaf size=66 \[ -\frac{1215 x^5}{8}-\frac{73305 x^4}{64}-\frac{69273 x^3}{16}-\frac{747297 x^2}{64}-\frac{3907293 x}{128}-\frac{6206585}{256 (1-2 x)}+\frac{2033647}{512 (1-2 x)^2}-\frac{8117095}{256} \log (1-2 x) \]

[Out]

2033647/(512*(1 - 2*x)^2) - 6206585/(256*(1 - 2*x)) - (3907293*x)/128 - (747297*
x^2)/64 - (69273*x^3)/16 - (73305*x^4)/64 - (1215*x^5)/8 - (8117095*Log[1 - 2*x]
)/256

_______________________________________________________________________________________

Rubi [A]  time = 0.0871131, antiderivative size = 66, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 1, integrand size = 22, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.045 \[ -\frac{1215 x^5}{8}-\frac{73305 x^4}{64}-\frac{69273 x^3}{16}-\frac{747297 x^2}{64}-\frac{3907293 x}{128}-\frac{6206585}{256 (1-2 x)}+\frac{2033647}{512 (1-2 x)^2}-\frac{8117095}{256} \log (1-2 x) \]

Antiderivative was successfully verified.

[In]  Int[((2 + 3*x)^5*(3 + 5*x)^2)/(1 - 2*x)^3,x]

[Out]

2033647/(512*(1 - 2*x)^2) - 6206585/(256*(1 - 2*x)) - (3907293*x)/128 - (747297*
x^2)/64 - (69273*x^3)/16 - (73305*x^4)/64 - (1215*x^5)/8 - (8117095*Log[1 - 2*x]
)/256

_______________________________________________________________________________________

Rubi in Sympy [F]  time = 0., size = 0, normalized size = 0. \[ - \frac{1215 x^{5}}{8} - \frac{73305 x^{4}}{64} - \frac{69273 x^{3}}{16} - \frac{8117095 \log{\left (- 2 x + 1 \right )}}{256} + \int \left (- \frac{3907293}{128}\right )\, dx - \frac{747297 \int x\, dx}{32} - \frac{6206585}{256 \left (- 2 x + 1\right )} + \frac{2033647}{512 \left (- 2 x + 1\right )^{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate((2+3*x)**5*(3+5*x)**2/(1-2*x)**3,x)

[Out]

-1215*x**5/8 - 73305*x**4/64 - 69273*x**3/16 - 8117095*log(-2*x + 1)/256 + Integ
ral(-3907293/128, x) - 747297*Integral(x, x)/32 - 6206585/(256*(-2*x + 1)) + 203
3647/(512*(-2*x + 1)**2)

_______________________________________________________________________________________

Mathematica [A]  time = 0.0339067, size = 61, normalized size = 0.92 \[ -\frac{622080 x^7+4069440 x^6+13197888 x^5+31266000 x^4+81639840 x^3-190079460 x^2+58608500 x+32468380 (1-2 x)^2 \log (1-2 x)+1508337}{1024 (1-2 x)^2} \]

Antiderivative was successfully verified.

[In]  Integrate[((2 + 3*x)^5*(3 + 5*x)^2)/(1 - 2*x)^3,x]

[Out]

-(1508337 + 58608500*x - 190079460*x^2 + 81639840*x^3 + 31266000*x^4 + 13197888*
x^5 + 4069440*x^6 + 622080*x^7 + 32468380*(1 - 2*x)^2*Log[1 - 2*x])/(1024*(1 - 2
*x)^2)

_______________________________________________________________________________________

Maple [A]  time = 0.008, size = 51, normalized size = 0.8 \[ -{\frac{1215\,{x}^{5}}{8}}-{\frac{73305\,{x}^{4}}{64}}-{\frac{69273\,{x}^{3}}{16}}-{\frac{747297\,{x}^{2}}{64}}-{\frac{3907293\,x}{128}}+{\frac{2033647}{512\, \left ( -1+2\,x \right ) ^{2}}}+{\frac{6206585}{-256+512\,x}}-{\frac{8117095\,\ln \left ( -1+2\,x \right ) }{256}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int((2+3*x)^5*(3+5*x)^2/(1-2*x)^3,x)

[Out]

-1215/8*x^5-73305/64*x^4-69273/16*x^3-747297/64*x^2-3907293/128*x+2033647/512/(-
1+2*x)^2+6206585/256/(-1+2*x)-8117095/256*ln(-1+2*x)

_______________________________________________________________________________________

Maxima [A]  time = 1.34897, size = 69, normalized size = 1.05 \[ -\frac{1215}{8} \, x^{5} - \frac{73305}{64} \, x^{4} - \frac{69273}{16} \, x^{3} - \frac{747297}{64} \, x^{2} - \frac{3907293}{128} \, x + \frac{26411 \,{\left (940 \, x - 393\right )}}{512 \,{\left (4 \, x^{2} - 4 \, x + 1\right )}} - \frac{8117095}{256} \, \log \left (2 \, x - 1\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(-(5*x + 3)^2*(3*x + 2)^5/(2*x - 1)^3,x, algorithm="maxima")

[Out]

-1215/8*x^5 - 73305/64*x^4 - 69273/16*x^3 - 747297/64*x^2 - 3907293/128*x + 2641
1/512*(940*x - 393)/(4*x^2 - 4*x + 1) - 8117095/256*log(2*x - 1)

_______________________________________________________________________________________

Fricas [A]  time = 0.1995, size = 90, normalized size = 1.36 \[ -\frac{311040 \, x^{7} + 2034720 \, x^{6} + 6598944 \, x^{5} + 15633000 \, x^{4} + 40819920 \, x^{3} - 56538312 \, x^{2} + 16234190 \,{\left (4 \, x^{2} - 4 \, x + 1\right )} \log \left (2 \, x - 1\right ) - 9197168 \, x + 10379523}{512 \,{\left (4 \, x^{2} - 4 \, x + 1\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(-(5*x + 3)^2*(3*x + 2)^5/(2*x - 1)^3,x, algorithm="fricas")

[Out]

-1/512*(311040*x^7 + 2034720*x^6 + 6598944*x^5 + 15633000*x^4 + 40819920*x^3 - 5
6538312*x^2 + 16234190*(4*x^2 - 4*x + 1)*log(2*x - 1) - 9197168*x + 10379523)/(4
*x^2 - 4*x + 1)

_______________________________________________________________________________________

Sympy [A]  time = 0.323364, size = 56, normalized size = 0.85 \[ - \frac{1215 x^{5}}{8} - \frac{73305 x^{4}}{64} - \frac{69273 x^{3}}{16} - \frac{747297 x^{2}}{64} - \frac{3907293 x}{128} + \frac{24826340 x - 10379523}{2048 x^{2} - 2048 x + 512} - \frac{8117095 \log{\left (2 x - 1 \right )}}{256} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((2+3*x)**5*(3+5*x)**2/(1-2*x)**3,x)

[Out]

-1215*x**5/8 - 73305*x**4/64 - 69273*x**3/16 - 747297*x**2/64 - 3907293*x/128 +
(24826340*x - 10379523)/(2048*x**2 - 2048*x + 512) - 8117095*log(2*x - 1)/256

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.20841, size = 63, normalized size = 0.95 \[ -\frac{1215}{8} \, x^{5} - \frac{73305}{64} \, x^{4} - \frac{69273}{16} \, x^{3} - \frac{747297}{64} \, x^{2} - \frac{3907293}{128} \, x + \frac{26411 \,{\left (940 \, x - 393\right )}}{512 \,{\left (2 \, x - 1\right )}^{2}} - \frac{8117095}{256} \,{\rm ln}\left ({\left | 2 \, x - 1 \right |}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(-(5*x + 3)^2*(3*x + 2)^5/(2*x - 1)^3,x, algorithm="giac")

[Out]

-1215/8*x^5 - 73305/64*x^4 - 69273/16*x^3 - 747297/64*x^2 - 3907293/128*x + 2641
1/512*(940*x - 393)/(2*x - 1)^2 - 8117095/256*ln(abs(2*x - 1))